bitkeeper revision 1.1159.69.13 (413a58ee74ENA9qdHnGab6iTYgHQRA)
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sun, 5 Sep 2004 00:08:14 +0000 (00:08 +0000)
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>
Sun, 5 Sep 2004 00:08:14 +0000 (00:08 +0000)
Fix formatting in debug message

xen/arch/x86/memory.c

index 509e8346fc1b36a26444ea32119c854fdf80fbab..65ee976872a6754a25bac00cacb15020bdcca891 100644 (file)
@@ -1061,7 +1061,7 @@ static int do_extended_command(unsigned long ptr, unsigned long val)
              unlikely(!gnttab_prepare_for_transfer(e, d, gntref)) )
         {
             MEM_LOG("Transferee has no reservation headroom (%d,%d), or "
-                    "provided a bad grant ref, or is dying (%08x).\n",
+                    "provided a bad grant ref, or is dying (%08lx).\n",
                     e->tot_pages, e->max_pages, e->flags);
             spin_unlock(&e->page_alloc_lock);
             put_domain(e);